home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-31 | 388 b | 20 lines | [TEXT/MPS ] |
- // Tumbler_main.h
- //
- // the menu related function prototypes for the
- // Tumbler application
- //
- // Modification History
- //
- // 11/26/94 nick initial cut - symantec proto_helper app, add defines
- // moved DoDrawGrowIcon to Tumbler_windows
-
-
-
- #ifndef _Tumbler_MENUS_H_
- #define _Tumbler_MENUS_H_
-
- /* Tumbler_menus.c */
- void PrepareMenus(void);
- void DoMenuCommand(long select);
-
- #endif